home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / games / vast_112.zip / FILE.PRD < prev    next >
Text File  |  1993-06-10  |  700b  |  41 lines

  1. #  File Driver Version 1.1
  2. #  Copyright Douglas P. Webb 1993, All rights reserved.
  3.  
  4. #  This is a comment. The # at the beginning of the line makes it so.
  5. #  No line which is not a comment may exceed 80 characters.
  6.  
  7. #  A line which consists only of the string CRLF will generate a
  8. #    carriage return/linefeed in the output to the printer
  9.  
  10. #  Anything starting with ~ is a variable unless it's ~~
  11. #  Predefined variables are:
  12. #     ~R   which is the current row (line number)
  13. #     ~C   which is the current column
  14.  
  15.  
  16. [DEFINES]
  17.  
  18.  
  19. [PREAMBLE]
  20.  
  21.  
  22. [POSTAMBLE]
  23.  
  24.  
  25. [BOLD]
  26.  
  27.  
  28. [NORMAL]
  29.  
  30.  
  31. [PRELINE]
  32.  
  33.  
  34. #default is carriage return/linefeed
  35. [POSTLINE]
  36.  
  37.  
  38. [FORMFEED]
  39.  
  40.  
  41. [REPLACE]